GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-14T09:01:32.5012023+00:00",
"SubmitDate": "2026-06-14T09:01:32.5012023+00:00",
"ReportPeriodStart": "2026-06-14T09:01:32.5012023+00:00",
"ReportPeriodEnd": "2026-06-14T09:01:32.5012023+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4d65e1a-9bdd-4f78-8e2f-66f9770c300c",
"Rows": [
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4d65e1a-9bdd-4f78-8e2f-66f9770c300c",
"Rows": [
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae23e44e-02de-43e4-b730-8b7a57462917",
"8e03a2b3-b538-4833-81fa-b1c8f9ec2cdd"
],
"Approvers": [
"c4658bb9-d46e-4038-bf88-72cd913d8647",
"4565ccf3-6208-491c-8c80-87a07d2eba35"
],
"ApprovedBy": "342c3123-f93a-42c4-a701-eaefefedb6d5",
"ApprovalDate": "2026-06-14T09:01:32.5012023+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fbba5a6a-fae5-4dfc-b215-b92d71186499",
"id": "5a6fa856-651d-4384-a295-676126ef8683",
"ConfigId": "940569f7-d62e-4095-b36d-1ea8199a117a"
},
{
"GenerationDate": "2026-06-14T09:01:32.5012023+00:00",
"SubmitDate": "2026-06-14T09:01:32.5012023+00:00",
"ReportPeriodStart": "2026-06-14T09:01:32.5012023+00:00",
"ReportPeriodEnd": "2026-06-14T09:01:32.5012023+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4d65e1a-9bdd-4f78-8e2f-66f9770c300c",
"Rows": [
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4d65e1a-9bdd-4f78-8e2f-66f9770c300c",
"Rows": [
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af08c49e-7c58-47bb-99c8-edef2e7e436e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae23e44e-02de-43e4-b730-8b7a57462917",
"8e03a2b3-b538-4833-81fa-b1c8f9ec2cdd"
],
"Approvers": [
"c4658bb9-d46e-4038-bf88-72cd913d8647",
"4565ccf3-6208-491c-8c80-87a07d2eba35"
],
"ApprovedBy": "342c3123-f93a-42c4-a701-eaefefedb6d5",
"ApprovalDate": "2026-06-14T09:01:32.5012023+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fbba5a6a-fae5-4dfc-b215-b92d71186499",
"id": "5a6fa856-651d-4384-a295-676126ef8683",
"ConfigId": "940569f7-d62e-4095-b36d-1ea8199a117a"
}
]